object Form_Wydanie: TForm_Wydanie Left = 211 Top = 130 BorderIcons = [biSystemMenu] BorderStyle = bsDialog Caption = 'Wydanie towaru' ClientHeight = 416 ClientWidth = 688 Color = clBtnFace Font.Charset = DEFAULT_CHARSET Font.Color = clWindowText Font.Height = -11 Font.Name = 'MS Sans Serif' Font.Style = [] OldCreateOrder = False Position = poScreenCenter Scaled = False OnClose = FormClose OnMouseMove = FormMouseMove OnPaint = FormPaint OnShow = FormShow PixelsPerInch = 96 TextHeight = 13 object Label1: TLabel Left = 32 Top = 10 Width = 69 Height = 13 Caption = 'Numer Faktury' end object Label5: TLabel Left = 264 Top = 10 Width = 45 Height = 13 Caption = 'Nabywca' end object DB_Numer: TDBEdit Left = 112 Top = 8 Width = 129 Height = 21 DataField = 'Nr_faktury' TabOrder = 0 end object DBCtrlGrid1: TDBCtrlGrid Left = 32 Top = 40 Width = 625 Height = 322 AllowDelete = False AllowInsert = False Anchors = [akLeft, akTop, akRight, akBottom] ColCount = 1 DataSource = DS_Pozycje PanelHeight = 46 PanelWidth = 609 TabOrder = 1 RowCount = 7 object Label2: TLabel Left = 8 Top = 4 Width = 37 Height = 13 Caption = 'Pozycja' end object Label3: TLabel Left = 64 Top = 4 Width = 68 Height = 13 Caption = 'Nazwa towaru' end object Label4: TLabel Left = 400 Top = 4 Width = 22 Height = 13 Caption = 'Ilo��' end object DB_Lp: TDBEdit Left = 8 Top = 22 Width = 41 Height = 21 DataField = 'lp' DataSource = DS_Pozycje ReadOnly = True TabOrder = 0 end object DB_Ilosc: TDBEdit Left = 400 Top = 22 Width = 57 Height = 21 DataField = 'Ilosc' DataSource = DS_Pozycje ReadOnly = True TabOrder = 1 end object DB_Nazwa: TDBEdit Left = 64 Top = 22 Width = 321 Height = 21 DataField = 'Nazwa' DataSource = DS_Pozycje ReadOnly = True TabOrder = 2 end object DB_Wydaj: TDBCheckBox Left = 480 Top = 24 Width = 73 Height = 17 Caption = 'Wydaj' DataField = 'Wydano' DataSource = DS_Pozycje TabOrder = 3 ValueChecked = 'True' ValueUnchecked = 'False' end end object DB_Firma: TDBEdit Left = 320 Top = 8 Width = 332 Height = 21 DataField = 'Firma' TabOrder = 2 end object btnDrukuj: TPanel Left = 200 Top = 376 Width = 140 Height = 27 Anchors = [akBottom] BevelOuter = bvNone Caption = 'potwierd� i drukuj' Color = 8257541 Font.Charset = DEFAULT_CHARSET Font.Color = clWhite Font.Height = -11 Font.Name = 'MS Sans Serif' Font.Style = [fsBold] ParentFont = False TabOrder = 3 OnClick = btnDrukujClick end object btnAnuluj: TPanel Left = 502 Top = 376 Width = 140 Height = 27 Anchors = [akRight, akBottom] BevelOuter = bvNone Caption = 'zamknij' Color = 8257541 Font.Charset = DEFAULT_CHARSET Font.Color = clWhite Font.Height = -11 Font.Name = 'MS Sans Serif' Font.Style = [fsBold] ParentFont = False TabOrder = 4 OnClick = btnAnulujClick end object btnPodglad: TPanel Left = 32 Top = 376 Width = 140 Height = 27 Anchors = [akBottom] BevelOuter = bvNone Caption = 'podgl�d' Color = 8257541 Font.Charset = DEFAULT_CHARSET Font.Color = clWhite Font.Height = -11 Font.Name = 'MS Sans Serif' Font.Style = [fsBold] ParentFont = False TabOrder = 5 OnClick = btnPodgladClick end object Pozycje: TTable Left = 640 Top = 32 end object DS_Pozycje: TDataSource DataSet = Pozycje Left = 640 Top = 64 end end